Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadCollection<T> Constructor(List<T>)








The list whose items are copied into this collection.
Initializes a new instance of the LeadCollection`1 class that contains items copied from the specified list and that has the same initial capacity as the number of items copied.
Syntax
public LeadCollection<T>( 
   List<T> list
)
'Declaration
 
Public Function New( _
   ByVal list As List(Of T) _
)
'Usage
 
Dim list As List(Of T)
 
Dim instance As New LeadCollection(Of T)(list)
public LeadCollection<T>( 
   List<T> list
)
function LeadCollection( 
   list 
)
public:
LeadCollection<T>( 
   List<T^>^ list
)

Parameters

list
The list whose items are copied into this collection.
Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members
Overload List

Error processing SSI file